Welcome![Sign In][Sign Up]
Location:
Search - string search

Search list

[Data structs4_17

Description: 用C语言编写的查找替换字符串中的指定字符串的代码-Written in C code of the specified string in the string search and replace
Platform: | Size: 1178624 | Author: Davy Lee | Hits:

[Windows DevelopWinRAR

Description: 在C++上,写出在母串中查找子串出现次数的代码-Write in the mother string search sequence number appear the code
Platform: | Size: 2048 | Author: ye zi | Hits:

[assembly language22

Description: 查找匹配字符串 1.查找匹配字符串SEARCH 2.要求: 程序键入的一个关键字及句子,如果句子中不包含关键字,则显示“NO MATCH!”;如果句子中包含关键字,则显示该字在句子中的位置用十六进制数显示出来-Find a matching string 1 to find a matching string SEARCH (2) requirements: Program, type a keyword and sentence, if the sentence does not contain keywords, then display "NO MATCH!" If the sentence containing the keyword is displayed to the position of the word in a sentence using the hexadecimal number displayed
Platform: | Size: 1024 | Author: 黄雨辰 | Hits:

[Windows Developserch_v0.12

Description: OD字符串搜索插件,经典插件! OD字符串搜索插件,经典插件!-OD string search plug-in, classic plug-ins!
Platform: | Size: 64512 | Author: 刘强 | Hits:

[JSP/JavaDeepListFile

Description: 对大文件进行字符串搜索。能支持4G以上的文件操作,响应时间很短。-String search for large files. Can support more than 4G file operations, the response time is very short.
Platform: | Size: 7168 | Author: df | Hits:

[Otheroop-findstring

Description: 实现字符串查找功能,可以查找你指定的字符串,并且输出来-String search function, you can find the string that you specify, and output to
Platform: | Size: 106496 | Author: 王华 | Hits:

[Linux-Unixrbt2

Description: 利用红黑树实现字符串的快速查找,在测试中发现要比哈希查找要快,在一百万个字符串查找每一个字符串,大概50us左右。-Using red and black tree to realize the rapid search string, in tests found than hash find fast, in one million a string search each string, about 50 around us.
Platform: | Size: 3072 | Author: 欧军 | Hits:

[assembly languagesearch-proc

Description: Search proc: 在一个给定字符串main中查找子字符串sub,其中两字符串的长度分别保存在main[1]和sub[1]中。 若查找成功,则返回子字符串sub在父字符串main中的位置pos(从0开始); 反之,若查找失败,则返回FFH,即-1.-Search proc: Find a given string main substring sub, two of the length of the string stored in main [1] and sub [1]. If the lookup succeeds, it returns the substring sub in the parent string main position pos (0) Conversely, if the lookup fails, it returns FFH, ie-1.
Platform: | Size: 1024 | Author: wang | Hits:

[MPInpsm

Description: MPI string search p1
Platform: | Size: 3072 | Author: xplode | Hits:

[OtherStrSearch

Description: 字符串搜索程序,可以自定义搜索路径,搜索文件类型,搜索文件名或者搜索文件内容.-String search program , you can customize the search path , the search for a file type , search for the file name , or search the contents of the file .
Platform: | Size: 86016 | Author: 人龙博物 | Hits:

[File Operateword-bk-v0.8

Description: 能够实现对一个文件夹内,包括在子目录内的word文档进行批量的查找替换操作。 能同时执行多个字符串的查找与操作替换。 附带 对红头文件进行标题的格式替换。-Can be achieved on a file folder, including batch search and replace operations subdirectory within the word document. Can simultaneously perform multiple string search operation to replace. Incidental the title Hongtouwenjian format replaced.
Platform: | Size: 7168 | Author: linwei | Hits:

[Othersearch-word

Description: //利用标准的C++ string类的字符串处理功能,实现单词的比较,并输出比较的统计结果。-//String handling functions using standard C++ string class, word comparison, and the output of the statistical results of the comparison.
Platform: | Size: 1024 | Author: 阚敏 | Hits:

[OtherQSearchStr

Description: 一种改进的Boyer-Moore的字符串查找算法(Sunday),比BM算法快3倍以上,尤其适合长串的查找。 本人编写的类CQSearchStr以无符号字符串形式查找,故可广泛用于非ANSI编码的程序。-An improved Boyer-Moore string search algorithm (Sunday), than BM algorithm is more than three times faster, especially for long strings Find. I written the class CQSearchStr to unsigned string find, it can be widely used for non-ANSI encoding program.
Platform: | Size: 2048 | Author: zheng | Hits:

[Data structsSuffixTree

Description: 后缀树,在字符串查找过程中有重要用途,算法复杂度为O(m)-Suffix tree, string search process has an important purpose, the complexity of the algorithm is O (m)
Platform: | Size: 523264 | Author: dreamboy | Hits:

[OtherBM

Description: 在計算機科學里,Boyer-Moore字元串搜索演算法是一種非常高效的字元串搜索演算法。-In computer science, the Boyer–Moore string search algorithm is an efficient string searching algorithm that is the standard benchmark for practical string search literature.
Platform: | Size: 1024 | Author: 王鈞弘 | Hits:

[Software EngineeringDocs

Description: C++大量的学习资料,练习题,对C++学习者会有很大的帮助,c++类,约瑟夫问题,函数重载,字符串查找,用C++遍历目录,浅谈C++的构造函数,-lot of learning C++ materials, exercises, right C++ learners will be very helpful, c++ category, Joseph problems, function overloading, string search, use C++ directory traversal, Talking C++ constructor, etc.
Platform: | Size: 856064 | Author: 牛中超 | Hits:

[Data structsImplement-a-binary-search-tree-for-string

Description: Implement a binary search tree for string
Platform: | Size: 2048 | Author: Chan Woo | Hits:

[Consolepoj_dsa_string_homework

Description: 数据结构与算法字符串作业: 合格的字符串(查找集) English_number_translator(递归) 前缀中的周期(KMP)-Data Structures and Algorithms string operations: Qualified string (search set) English_number_translator (recursive) prefix cycle (KMP)
Platform: | Size: 3072 | Author: 刘铭名 | Hits:

[OtherBF-KMP-BM

Description: 用蛮力法实现(BF、KMP、BM)的字符串查找,并对算法的改进。-Achieved by brute force method (BF, KMP, BM) string search, and improved algorithm.
Platform: | Size: 81920 | Author: 张路平 | Hits:

[AlgorithmKMP-string-match

Description: 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string
Platform: | Size: 10240 | Author: zzh | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »

CodeBus www.codebus.net